home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 32 / PCPP #32.iso / pcpp / Font.sxt < prev    next >
Encoding:
Text File  |  1998-11-10  |  3.1 KB  |  110 lines

  1. setup_proc:
  2.         install font "verdana.ttf"
  3.  
  4. change_text:
  5.     h_text = get_element "template"
  6.     
  7.     switch selection_number
  8.  
  9.         case 1
  10.             h_text.set("A diagnostic program that analyzes,tests and reports on your system's 3D performance.")
  11.             break    
  12.         case 2
  13.             h_text.set("One of the best virus scanners available")
  14.             break
  15.         case 3
  16.             h_text.set("Easy to use graphics viewer offering both speed and unparalleled image display quality ")
  17.             break
  18.         case 4
  19.             h_text.set("ImageCast IC3 is one of the most versatile hard drive duplication tool in world.")
  20.             break
  21.         case 5
  22.             h_text.set("Turn your PC into a sampler which you can play live with a MIDI keyboard, with a sequencer or with any MIDI file player.")
  23.             break
  24.         case 6
  25.             h_text.set("MemTurbo increases your system performance by making more RAM available for your applications and the operating system.")
  26.             break
  27.         case 7
  28.             h_text.set("Planet Keeper is a great util designed to keep track of all your passwords.")
  29.             break
  30.         case 8
  31.             h_text.set("A great graphic file viewer,locator and organizer which simplifies the process of finding and maintaining graphics, clip-art files, fonts and animations.")
  32.             break
  33.         case 9
  34.             h_text.set("A great text editor with almost every feature you could want.")
  35.             break
  36.         case 10
  37.             h_text.set("The latest release of Winzip serves up serveral new features that make the program even easier to use for managing archives.")
  38.             break
  39.         case 11
  40.             h_text.set("Discover the internet and much more with AOL. Get 100 hours online free, one months membership, 5 email addresses and 10 MB of free Web Space")
  41.             break
  42.         case 12
  43.             h_text.set("Automated Internet for Win95/98. Allows scheduling of common tasks for unattended operation")
  44.             break
  45.         case 13
  46.             h_text.set("Access your Hotmail account through your own Email software" )
  47.             break
  48.         case 14
  49.             h_text.set("Great program for people who search the Web frequently and want to use their surf time more efficiently")
  50.             break
  51.         case 15
  52.             h_text.set("Pagoo is a new revolutionary way to communicate between you and your friends.")
  53.             break
  54.         case 16
  55.             h_text.set("OnTrack! helps you filter out web sites that automatically open pop-up windows full of advertisements or other undesirable content")
  56.             break
  57.     return
  58.     
  59. crazy_text:
  60.     sound_num = ceil (rnd 5)
  61.     debug sound_num
  62.     switch sound_num
  63.         case 1
  64.             display element "sound1"
  65.             break
  66.         case 2
  67.             display element "sound2"
  68.             break
  69.         case 3
  70.             display element "sound3"
  71.             break
  72.         case 4
  73.             display element "sound4"
  74.             break
  75.         case 5
  76.             display element "sound5"
  77.             break
  78.     return
  79.  
  80. crazy_text2:
  81.     sound_num = ceil (rnd 5)
  82.     debug sound_num
  83.     switch sound_num
  84.         case 1
  85.             display element "sound1"
  86.             break
  87.         case 2
  88.             display element "sound2"
  89.             break
  90.         case 3
  91.             display element "sound3"
  92.             break
  93.         case 4
  94.             display element "sound4"
  95.             break
  96.         case 5
  97.             display element "sound5"
  98.             break
  99.     return
  100.  
  101.  
  102. countdown:
  103.    counter = counter - 1
  104.        if counter == 0
  105.            counter = 5 
  106.  
  107. countup:
  108.      counter = counter + 1
  109.        if counter == 6
  110.            counter = 1